projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6820b55
)
(main): Fix error message text.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Nov 1993 06:25:16 +0000
(06:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Nov 1993 06:25:16 +0000
(06:25 +0000)
lib-src/movemail.c
patch
|
blob
|
history
diff --git
a/lib-src/movemail.c
b/lib-src/movemail.c
index 0063e1d7a11280bbaa58723faa9b9205fa58e48d..a391a9dd783a632f06e0eacbbfafcab79e0e8b0f 100644
(file)
--- a/
lib-src/movemail.c
+++ b/
lib-src/movemail.c
@@
-200,7
+200,7
@@
main (argc, argv)
/* Give up if cannot do that. */
desc = open (tempname, O_WRONLY | O_CREAT, 0666);
if (desc < 0)
- pfatal_with_name ("lock file--see source file
et
c/movemail.c");
+ pfatal_with_name ("lock file--see source file
lib-sr
c/movemail.c");
close (desc);
tem = link (tempname, lockname);